projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72538f4
)
sandbox: Fix comment for os_open()
author
Simon Glass
<
[email protected]
>
Wed, 25 Mar 2015 18:21:50 +0000
(12:21 -0600)
committer
Simon Glass
<
[email protected]
>
Sat, 18 Apr 2015 17:11:18 +0000
(11:11 -0600)
This has the wrong #define in the function comment. Fix it.
Signed-off-by: Simon Glass <
[email protected]
>
Reviewed-by: Marek Vasut <
[email protected]
>
include/os.h
patch
|
blob
|
history
diff --git
a/include/os.h
b/include/os.h
index e3645e01169b4a84ae7802ecf95a16298041499a..a758f099aab622f4aba9696de3213bbdc67a9843 100644
(file)
--- a/
include/os.h
+++ b/
include/os.h
@@
-64,7
+64,7
@@
off_t os_lseek(int fd, off_t offset, int whence);
* Access to the OS open() system call
*
* \param pathname Pathname of file to open
- * \param flags Flags, like O
_RDONLY,
O_RDWR
+ * \param flags Flags, like O
S_O_RDONLY, OS_
O_RDWR
* \return file descriptor, or -1 on error
*/
int os_open(const char *pathname, int flags);